Skip to content

Commit 2339a4b

Browse files
authored
Update files/zh-tw/learn_web_development/core/accessibility/html/index.md
1 parent 0adc59f commit 2339a4b

File tree

1 file changed

+1
-1
lines changed
  • files/zh-tw/learn_web_development/core/accessibility/html

1 file changed

+1
-1
lines changed

files/zh-tw/learn_web_development/core/accessibility/html/index.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -514,7 +514,7 @@ HTML 包含兩個元素——{{htmlelement("figure")}} 和 {{htmlelement("figcap
514514
#### 連結到非 HTML 資源
515515

516516
```html
517-
<a target="_blank" href="2017-annual-report.ppt">2017 年度報告 (PowerPoint)</a>
517+
<a target="_blank" href="2017-annual-report.ppt">2017 年度報告PowerPoint</a>
518518
```
519519

520520
如果使用圖示代替文字來表示這類連結行為,請確保它包含[替代描述](/zh-TW/docs/Web/HTML/Element/img#alt)

0 commit comments

Comments
 (0)